.banner{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.banner .slideBox{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.banner .slideBox .hd{
    width: 205px;
    height: 7px;
    position: absolute;
    z-index: 1;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
}
.banner .slideBox .hd ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.banner .slideBox .hd ul li{
    width: 54px;
    height: 7px;
    border-radius: 3px;
    background: #fff;
}
.banner .slideBox .hd ul li.on{
    background: #e99102;
}

.pub_tit{
    width: 100%;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    font-weight: 700;
    color: #003470;
    text-align: center;
    position: relative;
}
.pub_tit>span>strong{
    color: #e99102;
    font-weight: 700;
}
.pub_tit i{
    position: absolute;
    width: 128px;
    height: 5px;
    background: #003470;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pub_tit>span>strong:after{
    content: "";
    width: 32px;
    height: 5px;
    position: absolute;
    background: #e99102;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.prod{
    width: 1200px;
    margin: 50px auto 0;
}
.prod .prodslideBox{
    margin-top: 65px;
}
.prod .prodslideBox .hd{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.prod .prodslideBox .hd ul li{
    width: 235px;
    height: 50px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    background: #003470;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
}
.prod .prodslideBox .hd ul li.on{
    background: #e99102;
}
.prod .prodslideBox .bd>ul>li>.prod_top{
    height: 270px;
}
.prod .prodslideBox .bd>ul>li>.prod_top>.imgBox{
    width: 300px;
    height: 270px;
}
.prod .prodslideBox .bd>ul>li>.prod_top>.imgBox img{
    width: 300px;
    height: 270px;
}
.prod .prodslideBox .bd>ul>li>.prod_top>.prod_top_infoBox{
    width: 870px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.prod .prodslideBox .bd>ul>li>.prod_top>.prod_top_infoBox .prod_name{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}
.prod .prodslideBox .bd>ul>li>.prod_top>.prod_top_infoBox .prod_name span,
.prod .prodslideBox .bd>ul>li>.prod_top>.prod_top_infoBox .prod_name strong{
    display: inline-block;
    background: #003470;
    padding: 0 10px;
}
.prod .prodslideBox .bd>ul>li>.prod_top>.prod_top_infoBox .prod_name strong{
    background: #e99102;
}
.prod .prodslideBox .bd>ul>li>.prod_top>.prod_top_infoBox .prod_cate,
.prod .prodslideBox .bd>ul>li>.prod_top>.prod_top_infoBox .desc{
    line-height: 40px;
    font-size: 16px;
}
.prod .prodslideBox .bd>ul>li>.prod_top>.prod_top_infoBox a{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #003470;
    font-size: 18px;
}
.prod .prodslideBox .bd>ul>li>.prod_top>.prod_top_infoBox a i{
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #003470;
    background: #e99102;
    line-height: 15px;
    text-align: center;
    margin-left: 5px;
}
.prod .prodslideBox .bd>ul>li .prod_b{
    margin-top: 50px;
}
.prod .prodslideBox .bd>ul>li .prod_b .prod_item{
    width: 382px;
    margin-right: 27px;
}
.prod .prodslideBox .bd>ul>li .prod_b .prod_item:nth-child(3n){
    margin-right: 0;
}
.prod .prodslideBox .bd>ul>li .prod_b .imgBox{
    display: block;
    width: 382px;
    height: 344px;
    border: 1px solid transparent;
    transition: all 0.25s;
    overflow: hidden;border-color: #003470;
}
.prod .prodslideBox .bd>ul>li .prod_b .imgBox img{
    width: 380px;
    height: 342px;
    transition: all 0.5s;
}
/* .prod .prodslideBox .bd>ul>li .prod_b .imgBox:hover{
    border-color: #003470;
} */
.prod .prodslideBox .bd>ul>li .prod_b .imgBox img:hover{
    /* transform: scale(1.2); */
}
.prod .prodslideBox .bd>ul>li .prod_b .name{
    display: block;
    height: 100px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
}
.aboutUs_box{
    margin-top: 100px;
    background: url(../Images/home_ab_bg.png);
    background-position: center;
    width: 100%;
    height: 798px;
}
.aboutUs_box .aboutUs{
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}
.aboutUs_box .aboutUs .ab_t .ab_tl{
    width: 600px;
}
.aboutUs_box .aboutUs .ab_t .ab_tl .ab_tit{
    color: #e99102;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
}
.aboutUs_box .aboutUs .ab_t .ab_tl .desc{
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    padding-left: 8px;
    height: 304px;
    overflow: hidden;
}
.aboutUs_box .aboutUs .ab_t .ab_tl .phone{
    display: block;
    width: 290px;
    height: 65px;
    line-height: 65px;
    padding-left: 83px;
    background-color: #e99102;
    background-image: url(../Images/icon_phone1.png);
    background-position: 16px center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}
.aboutUs_box .aboutUs .ab_t .ab_tr{
    width: 600px;
}
.aboutUs_box .aboutUs .ab_t .ab_tr a{
    display: block;
    width: 100%;
    height: 460px;
    position: relative;
}
.aboutUs_box .aboutUs .ab_t .ab_tr a span{
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #e99102;
    font-size: 36px;
}
.aboutUs_box .aboutUs .ab_b{
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
.aboutUs_box .aboutUs .ab_b .ab_b_item{
    width: 25%;
    height: 200px;
    text-align: center;
    color: #fff;
    padding-top: 130px;
    background-position: center 20px;
    background-repeat: no-repeat;
    font-size: 24px;
}
.aboutUs_box .aboutUs .ab_b .ab_b_item:after{
    content: "";
    width: 1px;
    height: 130px;
    position: absolute;
    top: 35px;
    right: 0;
    background: #e99102;
}
.aboutUs_box .aboutUs .ab_b .ab_b_item.ab_b_item1{
    background-image: url(../Images/ab_b_item1.png);
}
.aboutUs_box .aboutUs .ab_b .ab_b_item.ab_b_item2{
    background-image: url(../Images/ab_b_item2.png);
}
.aboutUs_box .aboutUs .ab_b .ab_b_item.ab_b_item3{
    background-image: url(../Images/ab_b_item3.png);
}
.aboutUs_box .aboutUs .ab_b .ab_b_item.ab_b_item4{
    background-image: url(../Images/ab_b_item4.png);
}
.honour{
    height: 657px;
    width: 1300px;
    margin: 50px auto 0;
    background-image: url(../Images/home_honour_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.honour .honour_list{
    width: 1086px;
    height: 348px;
    margin: 75px auto 0;
    position: relative;
}
.honour .honour_list ul{
   
}
.honour .honour_list li{
     float: left;
    width: 244px;
    height: 348px;
    background-image: url(../Images/home_honbook_border.png);
    /* padding: 25px 30px; */
    line-height: 348px;
    text-align: center;
    background-color: #f5f5f5;
    margin-right: 35px;
}
.honour .honour_list li img{
    max-width: 184px;
    max-height: 298px;
}
.honour .honour_list>a{
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 80px;
    transform: translateY(-50%);
    background-size: 40px 80px;
    z-index: 999;
    cursor: pointer;
}
.honour .honour_list>a.next{
    background-image: url(../Images/icon_next.png);
    right: -50px;
}
.honour .honour_list>a.prev{
    background-image: url(../Images/icon_prev.png);
    left: -50px;
}
.news{
    width: 1200px;
    margin: 50px auto 0;
}
.news .news_b{
    margin-top: 50px;
}
.news .news_b .news_bl{
    width: 600px;
}
.news .news_b .news_bl .imgBox{
    width: 600px;
    height: 315px;
}
.news .news_b .news_bl .imgBox a{
    display: block;
    width: 600px;
    height: 315px;
    line-height: 315px;
    text-align: center;
}
.news .news_b .news_bl .imgBox a img{
    max-width: 600px;
    max-height: 315px;
}
.news .news_b .news_bl .news_bl_desc{
    width: 100%;
    height: 135px;
    background: #edf1f2;
    padding: 20px;
}
.news .news_b .news_bl .news_bl_desc .news_bl_desc_l{
    width: 410px;
    height: 100%;
    border-right: 1px solid #d6d8d9;
}
.news .news_b .news_bl .news_bl_desc .news_bl_desc_l .tit{
    line-height: 30px;
    font-size: 18px;
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .news_b .news_bl .news_bl_desc .news_bl_desc_l .tit a{
    color: #003e8b;
}
.news .news_b .news_bl .news_bl_desc .news_bl_desc_l .tit:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #e99102;
}
.news .news_b .news_bl .news_bl_desc .news_bl_desc_l .desc{
    line-height: 30px;
    font-size: 16px;
    height: 60px;
    overflow: hidden;
    margin-top: 5px;
}
.news .news_b .news_bl .news_bl_desc .news_bl_desc_r{
    width: 150px;
    line-height: 95px;
    text-align: center;
}
.news .news_b .news_br{
    width: 515px;
}
.news .news_b .news_br .news_item{
    line-height: 45px;
    height: 45px;
}
.news .news_b .news_br .news_item .tit{
    width: 380px;
    line-height: 45px;
    font-size: 18px;
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .news_b .news_br .news_item .tit::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #e99102;
}
.news .news_b .news_br .news_item .tit a:hover{
    color: #003470;
}
.news .news_b .news_br .news_item .time{
    color: #999;
}
.project_wraper{
    margin-top: 50px;
    height: 600px;
    width: 100%;
    background: #f5f5f5;
}

.project_wraper .project{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.project_wraper .project .project_b{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.project_wraper .project .project_b .project_b_item{
    width: 370px;
}
.project_wraper .project .project_b .project_b_item .imgBox{
    width: 370px;
    height: 253px;
    border: 1px solid #003e8b;
}
.project_wraper .project .project_b .project_b_item .imgBox a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.project_wraper .project .project_b .project_b_item .imgBox a img{
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.project_wraper .project .project_b .project_b_item .imgBox a img:hover{
    /* transform: scale(1.2); */
}
.project_wraper .project .project_b .project_b_item .project_bb .tit{
    height: 26px;
    border-left: 4px solid #003e8b;
    padding-left: 10px;
    font-size: 18px;
    margin-top: 18px;
}
.project_wraper .project .project_b .project_b_item .project_bb .tit a:hover{
    color: #003e8b;
}
.project_wraper .project .project_b .project_b_item .project_bb .desc{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #626262;
    padding: 0 15px;
}
.yqlink{
    width: 1200px;
    margin: 40px auto;
    background: url(../Images/yqlink.png) no-repeat left top;
    min-height: 60px;
    padding-top: 20px;
    line-height: 40px;
    text-indent: 140px;
}
.yqlink a{
    margin: 0 15px;
    display: inline-block;
    text-indent: 0px;
}
.yqlink a:hover{
    color: #003e8b;
}






